FindEditField FUNCTION Action Used internally by WINDOW.BAS. Do not use or alter this procedure. Syntax variablename% = FindEditField(handle%) Remarks The FindEditField procedure uses the following arguments. variablename% ------------- Any BASIC variable name, including the name of a record variable or record element. handle% ------- An integer that indicates the number of the edit field whose index is requested. This can be any number between 1 and the number declared in the constant MAXEDITFIELD, inclusive. The FindEditField procedure returns an index into the global array where an edit field is stored. Each edit field is uniquely described by the window in which it exists, and an edit field handle. FindEditField assumes the current window. Warning ------- Do not alter this procedure unless you are customizing the User Interface toolbox and you know how the alteration of this procedure will affect the operation of all other procedures in the toolbox. See Also. EditFieldClose, EditFieldInquire, WindowDo